Skip to content

Remove unused dependency and update core.txt #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

foivospro
Copy link

As part of our ongoing research on Python dependency management, we noticed a potential improvement in your project’s dependency list.

Specifically, the dependency pyrsistent>=0.16.0 was declared in requirements/core.txt, but after analyzing the codebase, we found that it is not imported or used anywhere.

This PR removes it from the dependency file to simplify maintenance and let pip resolve only what is actually needed. Removing unused dependencies helps reduce potential attack surface, avoid unnecessary version pinning, and improve long-term maintainability.

The pip documentation also encourages auditing your top-level requirements and removing unused or transitive ones to simplify the dependency graph and minimize the risk of version conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant